Link Extractor
The Link Extractor Tool is a Go-based CLI utility designed to parse markdown files and extract all links in a structured format for analysis and integration. It generates outputs in CSV and JSON formats, detailing the relationships between source files and their internal or external links, including optional metadata like line numbers and character positions. This tool serves as a standalone utility for auditing links or as a data preparation step for the Interconnectedness Visualization Tool, enabling users to create interactive graphs that showcase the relationships between documents and external resources. With its simplicity and versatility, the Link Extractor Tool bridges the gap between content and visualization.
- Repo
- Status: MVP Done
- Notes